home *** CD-ROM | disk | FTP | other *** search
- ;//****************** RESULTAT APRES COURSE NORMAL *******************
- new Container
- {
- name "container_championship_apres_course"
- z 1
-
- background "data/menus/i_bg_carriere_sponsor_640_0.nif"
-
-
- on_idle ActionIdleManager
- {
- ;eMENU_CHAMPIONSHIP_AFTER_RACE
- current_menu 1014
- }
-
-
- new FastFont
- {
- ;// Title header
- x 0.355
- y 0.82
- ratio 0.3
- text "Final Ranking"
- }
- new MenuButton
- {
- name "titre_fenetre_carriere_champ"
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- text "Ranking"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- new FastFont
- {
- ;// Title header
- x 0.355
- y 0.78
- ratio 0.22
- text "Rank|Driver|#|Time|Speed"
- multi_column (0.055,0.245,0.05,0.17)
- }
- new FastFont
- {
- ;// max.
- x 0.7075
- y 0.75
- ratio 0.22
- text "total"
- }
- new FastFont
- {
- ;// temps
- x 0.877
- y 0.75
- ratio 0.22
- text "Max."
- }
- new List
- {
- name "championnat_classement_apres_course"
- x 0.34
- y 0.41
- z 0.9
- size_x 0.66
- size_y 0.325
- multi_column (0.05,0.235,0.06,0.17)
- background "data/menus/i_carre_listbox.nif"
-
- selection_type 4
- display_type 0
- }
- new MenuButton
- {
- ;// Continuer
- x 0.74
- y 0.07
- text "Continue"
-
- ;eCHAMPIONSHIP_RETOUR_STATS_PAGE
- state_manager "1207"
- }
- }
-
- ;//****************** RESULTAT APRES COURSE QUALIF *******************
- new Container
- {
- name "container_championship_apres_qualif"
- z 1
-
- background "data/menus/i_bg_carriere_sponsor_640_0.nif"
-
-
- on_idle ActionIdleManager
- {
- ;eMENU_CHAMPIONSHIP_AFTER_RACE
- current_menu 1014
- }
-
-
- new FastFont
- {
- ;// Title header
- x 0.56
- y 0.82
- ratio 0.3
- text "Ranking After Qualification."
- auto_center 1
- }
- new MenuButton
- {
- name "titre_fenetre_carriere_champ"
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- text "Qualifications"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
-
- new FastFont
- {
- ;// Title header
- x 0.3625
- y 0.76
- ratio 0.22
- text "Rank|Name|#|Time"
- multi_column (0.06,0.255,0.075)
- }
- new List
- {
- name "championnat_classement_apres_course_qualif"
- x 0.35
- y 0.41
- z 0.9
- size_x 0.5
- size_y 0.325
- multi_column (0.05,0.25,0.08)
- background "data/menus/i_carre_listbox.nif"
-
- selection_type 4
- display_type 0
- }
- new MenuButton
- {
- x 0.74
- y 0.07
- text "Continue"
-
- ;eCHAMPIONSHIP_RETOUR_STATS_PAGE
- state_manager "1207"
- }
- }